net/http.http2serverConn.writeSched (field)
9 uses
	net/http (current package)
		h2_bundle.go#L4313: 		sc.writeSched = s.NewWriteScheduler()
		h2_bundle.go#L4315: 		sc.writeSched = http2newRoundRobinWriteScheduler()
		h2_bundle.go#L4441: 	writeSched       http2WriteScheduler
		h2_bundle.go#L5085: 		sc.writeSched.Push(wr)
		h2_bundle.go#L5237: 			if wr, ok := sc.writeSched.Pop(); ok {
		h2_bundle.go#L5543: 	sc.writeSched.CloseStream(st.id)
		h2_bundle.go#L5871: 		sc.writeSched.AdjustStream(st.id, f.Priority)
		h2_bundle.go#L5977: 	sc.writeSched.AdjustStream(f.StreamID, f.http2PriorityParam)
		h2_bundle.go#L6004: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |